PrincipalAccess Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains access rights information for the security principal (user, team, or organization).
public ref class PrincipalAccess sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class PrincipalAccess : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type PrincipalAccess = class
interface IExtensibleDataObject
Public NotInheritable Class PrincipalAccess
Implements IExtensibleDataObject
- Inheritance
-
PrincipalAccess
- Attributes
- Implements
Constructors
PrincipalAccess() |
Initializes a new instance of the PrincipalAccess class. |
Properties
AccessMask |
Gets or sets the access rights of the security principal (user, team, or organization). |
ExtensionData |
Gets or sets the structure that contains extra data. |
Principal |
Gets or sets the security principal (user, team, or organization). |