TimeInfo.SubCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets information about the time block such as whether it is an appointment, break, or holiday.
public:
property Microsoft::Crm::Sdk::Messages::SubCode SubCode { Microsoft::Crm::Sdk::Messages::SubCode get(); void set(Microsoft::Crm::Sdk::Messages::SubCode value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.SubCode SubCode { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SubCode : Microsoft.Crm.Sdk.Messages.SubCode with get, set
Public Property SubCode As SubCode
Property Value
The information about the time block.
- Attributes