EntityKeyMetadata.EntityKeyIndexStatus Property
Applies To: Dynamics CRM 2015
Gets or sets the entity key index status.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public EntityKeyIndexStatus EntityKeyIndexStatus { get; internal set; }
public:
[DataMemberAttribute]
property EntityKeyIndexStatus EntityKeyIndexStatus {
EntityKeyIndexStatus get();
internal: void set(EntityKeyIndexStatus value);
}
[<DataMemberAttribute>]
member EntityKeyIndexStatus : EntityKeyIndexStatus with get, internal set
<DataMemberAttribute>
Public Property EntityKeyIndexStatus As EntityKeyIndexStatus
Get
Friend Set
End Property
Property Value
Type: Microsoft.Xrm.Sdk.EntityKeyIndexStatus
Type:EntityKeyIndexStatus.
See Also
EntityKeyMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright