ShareCreateShareBuilderGetCcMe Method | |
Gets the CcMe.
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> GetCcMe()
Public Function GetCcMe As Nullable(Of Boolean)
public:
Nullable<bool> GetCcMe()
member GetCcMe : unit -> Nullable<bool>
Return Value
Type:
NullableBoolean the CcMe
See Also