EntityMetadata.IsAvailableOffline Property
Applies To: Dynamics CRM 2015
Gets or sets whether the entity is available offline.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public Nullable<bool> IsAvailableOffline { get; set; }
public:
[DataMemberAttribute]
property Nullable<bool> IsAvailableOffline {
Nullable<bool> get();
void set(Nullable<bool> value);
}
[<DataMemberAttribute>]
member IsAvailableOffline : Nullable<bool> with get, set
<DataMemberAttribute>
Public Property IsAvailableOffline As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
Type: Nullable<Boolean>
true if the entity is available offline; otherwise, false.
See Also
EntityMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Editable entity properties
Return to top
© 2016 Microsoft. All rights reserved. Copyright