SecurityResultOptions.Group Property
Gets or sets the ResultType for group.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Group As ResultType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for group.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace