PrivilegeAssignmentInheritedFrom Property |
Gets the ID of the object from which the assignment is inherited.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Guid? InheritedFrom { get; }
Public ReadOnly Property InheritedFrom As Guid?
Get
public:
property Nullable<Guid> InheritedFrom {
Nullable<Guid> get ();
}
member InheritedFrom : Nullable<Guid> with get
Property Value
Type:
NullableGuid
If the assignment is explicitly set (i.e. not inherited),
.
If the privilege is an application privilege, the ID of the account or group from which the assignment is inherited.
If the privilege is an object privilege, the ID of the file or folder from which the assignment is inherited.
See Also