Partager via


Propriété ModelPrivilegesCriteria.PrincipalId

Gets or sets the principal ID value that is used to filter the results.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property PrincipalId As Identifier
    Get
    Set
'Utilisation
Dim instance As ModelPrivilegesCriteria
Dim value As Identifier

value = instance.PrincipalId

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

Valeur de propriété

Type : Microsoft.MasterDataServices.Identifier
A collection of type Identifier.

Voir aussi

Référence

ModelPrivilegesCriteria Classe

Espace de noms Microsoft.MasterDataServices