TimeInfo.SubCode Property
Applies To: Dynamics CRM 2015
Gets or sets information about the time block such as whether it is an appointment, break, or holiday.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public SubCode SubCode { get; set; }
public:
[DataMemberAttribute]
property SubCode SubCode {
SubCode get();
void set(SubCode value);
}
[<DataMemberAttribute>]
member SubCode : SubCode with get, set
<DataMemberAttribute>
Public Property SubCode As SubCode
Property Value
Type: Microsoft.Crm.Sdk.Messages.SubCode
Type: SubCode
The information about the time block.
See Also
TimeInfo Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright