Share via


HierarchyMembersGetCriteria.ModelId Property

Gets or sets the model identifier of the hierarchy being queried.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(Order := , IsRequired := True)> _
Public Property ModelId As Identifier 
    Get 
    Set
'Usage
Dim instance As HierarchyMembersGetCriteria 
Dim value As Identifier 

value = instance.ModelId

instance.ModelId = value
[DataMemberAttribute(Order = , IsRequired = true)]
public Identifier ModelId { get; set; }
[DataMemberAttribute(Order = , IsRequired = true)]
public:
property Identifier^ ModelId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(Order = , IsRequired = true)>]
member ModelId : Identifier with get, set
function get ModelId () : Identifier 
function set ModelId (value : Identifier)

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The model identifier of the hierarchy being queried.

See Also

Reference

HierarchyMembersGetCriteria Class

Microsoft.MasterDataServices.Services.DataContracts Namespace