SentUpdateRequestSentTo Property | |
Gets the Recipient
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public Recipient SentTo { get; set; }
Public Property SentTo As Recipient
Get
Set
public:
property Recipient^ SentTo {
Recipient^ get ();
void set (Recipient^ value);
}
member SentTo : Recipient with get, set
Return Value
Type:
Recipient the Recipients
See Also