Share via


TimeInfo.TimeCode Property

 

Applies To: Dynamics CRM 2015

Gets or sets the value that indicates whether the time block is available, busy, filtered or unavailable.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public TimeCode TimeCode { get; set; }
public:
[DataMemberAttribute]
property TimeCode TimeCode {
    TimeCode get();
    void set(TimeCode value);
}
[<DataMemberAttribute>]
member TimeCode : TimeCode with get, set
<DataMemberAttribute>
Public Property TimeCode As TimeCode

Property Value

Type: Microsoft.Crm.Sdk.Messages.TimeCode

Type: TimeCode
The time code.

See Also

TimeInfo Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright