Partager via


Propriété EntityMemberType.Type

Gets or sets the type of the member.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Type As MemberType
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

EntityMemberType Classe

Espace de noms Microsoft.MasterDataServices