Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the user or group.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Type As PrincipalType
Get
Set
'Usage
Dim instance As SecurityPrincipalsCriteria
Dim value As PrincipalType
value = instance.Type
instance.Type = value
[DataMemberAttribute]
public PrincipalType Type { get; set; }
[DataMemberAttribute]
public:
property PrincipalType Type {
PrincipalType get ();
void set (PrincipalType value);
}
[<DataMemberAttribute>]
member Type : PrincipalType with get, set
function get Type () : PrincipalType
function set Type (value : PrincipalType)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
The user or group.
See Also
Reference
SecurityPrincipalsCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace