RetrieveRelationshipRequest.MetadataId Property

Definition

Gets or sets the MetadataId of the RelationshipMetadataBase to be retrieved. 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 MetadataId of the RelationshipMetadataBase to be retrieved. Optional.

Remarks

If the MetadataId property is not set, the Name property must be set.

Applies to