Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the type of the member.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property Type As MemberType
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.MasterDataServices.MemberType
A new instance of type MemberType.