HierarchyMemberPrivilege.HierarchyType Propiedad
Gets or sets the type of the hierarchy.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property HierarchyType As HierarchyType
Get
Set
'Uso
Dim instance As HierarchyMemberPrivilege
Dim value As HierarchyType
value = instance.HierarchyType
instance.HierarchyType = value
[DataMemberAttribute]
public HierarchyType HierarchyType { get; set; }
[DataMemberAttribute]
public:
property HierarchyType HierarchyType {
HierarchyType get ();
void set (HierarchyType value);
}
[<DataMemberAttribute>]
member HierarchyType : HierarchyType with get, set
function get HierarchyType () : HierarchyType
function set HierarchyType (value : HierarchyType)
Valor de la propiedad
Tipo: Microsoft.MasterDataServices.Services.DataContracts.HierarchyType
The type of the hierarchy.
Vea también
Referencia
HierarchyMemberPrivilege Clase
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts