RetrieveAllManagedPropertiesResponse.ManagedPropertyMetadata Property
Applies To: Dynamics CRM 2015
Gets an array of managed property definitions.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public ManagedPropertyMetadata[] ManagedPropertyMetadata { get; }
public:
property array<ManagedPropertyMetadata^>^ ManagedPropertyMetadata {
array<ManagedPropertyMetadata^>^ get();
}
member ManagedPropertyMetadata : ManagedPropertyMetadata[] with get
Public ReadOnly Property ManagedPropertyMetadata As ManagedPropertyMetadata()
Property Value
Type: Microsoft.Xrm.Sdk.Metadata.ManagedPropertyMetadata[]
Type: ManagedPropertyMetadata[]
An array of managed property definitions.
See Also
RetrieveAllManagedPropertiesResponse Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright