Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the list of security privileges.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SecurityPrivilege As SecurityPrivileges
Get
Friend Set
'Utilizzo
Dim instance As User
Dim value As SecurityPrivileges
value = instance.SecurityPrivilege
[DataMemberAttribute(EmitDefaultValue = false)]
public SecurityPrivileges SecurityPrivilege { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property SecurityPrivileges^ SecurityPrivilege {
SecurityPrivileges^ get ();
internal: void set (SecurityPrivileges^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SecurityPrivilege : SecurityPrivileges with get, internal set
function get SecurityPrivilege () : SecurityPrivileges
internal function set SecurityPrivilege (value : SecurityPrivileges)
Valore proprietà
Tipo: Microsoft.MasterDataServices.Services.DataContracts.SecurityPrivileges
The list of security privileges.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts