Compartir a través de


ParentChild.Child Propiedad

Gets or sets the child member in the relationship.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Child As MemberIdentifier 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier
The child member in the relationship.

Vea también

Referencia

ParentChild Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts