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 a type specifying leaf, parent, or collection members.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property MemberType As BREntityMemberType
Get
Set
'Uso
Dim instance As BRGetCriteria
Dim value As BREntityMemberType
value = instance.MemberType
instance.MemberType = value
[DataMemberAttribute]
public BREntityMemberType MemberType { get; set; }
[DataMemberAttribute]
public:
property BREntityMemberType MemberType {
BREntityMemberType get ();
void set (BREntityMemberType value);
}
[<DataMemberAttribute>]
member MemberType : BREntityMemberType with get, set
function get MemberType () : BREntityMemberType
function set MemberType (value : BREntityMemberType)
Valor de la propiedad
Tipo: Microsoft.MasterDataServices.BREntityMemberType
A new instance of type BREntityMemberType.