Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the child member in the relationship.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Child As MemberIdentifier
Get
Set
'Usage
Dim instance As ParentChild
Dim value As MemberIdentifier
value = instance.Child
instance.Child = value
[DataMemberAttribute(EmitDefaultValue = false)]
public MemberIdentifier Child { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property MemberIdentifier^ Child {
MemberIdentifier^ get ();
void set (MemberIdentifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Child : MemberIdentifier with get, set
function get Child () : MemberIdentifier
function set Child (value : MemberIdentifier)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier
The child member in the relationship.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace