ShareCcMe Property | |
Flag to indicate whether or not to send a copy of the email to the sharer of the sheet.
This attribute can be specified in a request, but will never be present in a response.
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 Nullable<bool> CcMe { get; set; }
Public Property CcMe As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> CcMe {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member CcMe : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also