Partager via


Propriété SecurityPrincipalsCriteria.Type

Gets or sets the type of the principal.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Type As PrincipalType
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.MasterDataServices.PrincipalType
One of the values of PrincipalType.

Voir aussi

Référence

SecurityPrincipalsCriteria Classe

Espace de noms Microsoft.MasterDataServices