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 model privilege identifiers for the criteria.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ModelPrivileges As Collection(Of Identifier)
Get
Friend Set
'Usage
Dim instance As SecurityPrivilegesDeleteCriteria
Dim value As Collection(Of Identifier)
value = instance.ModelPrivileges
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> ModelPrivileges { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ ModelPrivileges {
Collection<Identifier^>^ get ();
internal: void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ModelPrivileges : Collection<Identifier> with get, internal set
function get ModelPrivileges () : Collection<Identifier>
internal function set ModelPrivileges (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
The model privilege identifiers for the criteria.
See Also
Reference
SecurityPrivilegesDeleteCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace