PrivilegeAssignmentDataInheritedFrom Property |
Gets the ID of the object from which the assignment is inherited.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "inheritedFrom", EmitDefaultValue = false)]
public Guid? InheritedFrom { get; set; }
<DataMemberAttribute(Name := "inheritedFrom", EmitDefaultValue := false)>
Public Property InheritedFrom As Guid?
Get
Set
public:
[DataMemberAttribute(Name = L"inheritedFrom", EmitDefaultValue = false)]
property Nullable<Guid> InheritedFrom {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
[<DataMemberAttribute(Name = "inheritedFrom", EmitDefaultValue = false)>]
member InheritedFrom : Nullable<Guid> with get, set
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