MultiShareCCMe Property | |
Gets the flag to indicate whether or not to carbon copy the user sharing the sheet.
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
Return Value
Type:
NullableBoolean the carbon copy me flag
See Also