Partager via


Propriété Type

Gets or sets the user or group.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.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)