Compartilhar via


Propriedade do RDL SecurityResultOptions.Group

Gets or sets the ResultType for group.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property Group As ResultType 
    Get 
    Set
'Uso
Dim instance As SecurityResultOptions 
Dim value As ResultType 

value = instance.Group

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

Valor da propriedade

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

Consulte também

Referência

SecurityResultOptions Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts