Compartir a través de


HierarchyMemberPrivilegesCriteria.ResultType Propiedad

Gets or sets the result type.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ResultType As ResultType 
    Get 
    Set
'Uso
Dim instance As HierarchyMemberPrivilegesCriteria 
Dim value As ResultType 

value = instance.ResultType

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

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type.

Vea también

Referencia

HierarchyMemberPrivilegesCriteria Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts