Właściwość ParentChild.RelationshipType
Pobiera lub ustawia typ relacji.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property RelationshipType As HierarchyItemType
Get
Set
'Użycie
Dim instance As ParentChild
Dim value As HierarchyItemType
value = instance.RelationshipType
instance.RelationshipType = value
[DataMemberAttribute]
public HierarchyItemType RelationshipType { get; set; }
[DataMemberAttribute]
public:
property HierarchyItemType RelationshipType {
HierarchyItemType get ();
void set (HierarchyItemType value);
}
[<DataMemberAttribute>]
member RelationshipType : HierarchyItemType with get, set
function get RelationshipType () : HierarchyItemType
function set RelationshipType (value : HierarchyItemType)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.HierarchyItemType
HierarchyItemType.
Zobacz także