Condividi tramite


Proprietà Type

Gets or sets the type of the member.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property Type As MemberType
    Get
    Set
'Utilizzo
Dim instance As EntityMemberType
Dim value As MemberType

value = instance.Type

instance.Type = value
[DataMemberAttribute]
public MemberType Type { get; set; }
[DataMemberAttribute]
public:
property MemberType Type {
    MemberType get ();
    void set (MemberType value);
}
[<DataMemberAttribute>]
member Type : MemberType with get, set
function get Type () : MemberType
function set Type (value : MemberType)

Valore proprietà

Tipo: Microsoft.MasterDataServices. . :: . .MemberType
A new instance of type MemberType.