TimeInfo.IsActivity Property
Applies To: Dynamics CRM 2015
Gets or sets the value that indicates whether the block of time refers to an activity.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public bool IsActivity { get; set; }
public:
[DataMemberAttribute]
property bool IsActivity {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member IsActivity : bool with get, set
<DataMemberAttribute>
Public Property IsActivity As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if the block of time refers to an activity; otherwise, false.
See Also
TimeInfo Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright