Share via


RetrieveManagedPropertyRequest.MetadataId Property

 

Applies To: Dynamics CRM 2015

Gets or sets the ID of the managed property. Required,

Namespace:   Microsoft.Xrm.Sdk.Messages
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public Guid MetadataId { get; set; }
public:
property Guid MetadataId {
    Guid get();
    void set(Guid value);
}
member MetadataId : Guid with get, set
Public Property MetadataId As Guid

Property Value

Type: System.Guid

Type: Guid
The ID of the managed property. This corresponds to the MetadataBase.MetadataId for the managed property.

See Also

RetrieveManagedPropertyRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright