TimeInfo.TimeCode 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 the value that indicates whether the time block is available, busy, filtered or unavailable.
public:
property Microsoft::Crm::Sdk::Messages::TimeCode TimeCode { Microsoft::Crm::Sdk::Messages::TimeCode get(); void set(Microsoft::Crm::Sdk::Messages::TimeCode value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.TimeCode TimeCode { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.TimeCode : Microsoft.Crm.Sdk.Messages.TimeCode with get, set
Public Property TimeCode As TimeCode
Property Value
The time code.
- Attributes