RetrieveEntityRequest.MetadataId Property

Definition

Gets or sets the unique identifier for the entity. Optional.

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

Property Value

The unique identifier for the table. This is inherited from the MetadataBase.MetadataId.

Remarks

The MetadataId property is required if the LogicalName property is not provided.

Applies to