Udostępnij za pośrednictwem


Właściwość EntityMembersGetCriteria.ParentMember

Pobiera lub ustawia kod nadrzędny element członkowski.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute(IsRequired := False)> _
Public Property ParentMember As String
    Get
    Set
'Użycie
Dim instance As EntityMembersGetCriteria
Dim value As String

value = instance.ParentMember

instance.ParentMember = value
[DataMemberAttribute(IsRequired = false)]
public string ParentMember { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ ParentMember {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member ParentMember : string with get, set
function get ParentMember () : String
function set ParentMember (value : String)

Wartość właściwości

Typ: System.String
Ciąg reprezentujący kod.