SecurityTemplatesDataSet.GlobalPermissionsRow Members
Include Protected Members
Include Inherited Members
Represents one global permission in a security template, as a row in the SecurityTemplatesDataSet.GlobalPermissionsDataTable object.
The SecurityTemplatesDataSet.GlobalPermissionsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
WSEC_ALLOW | Gets or sets the Boolean value that specifies whether the global permission is allowed in the security template. | |
WSEC_DENY | Gets or sets the Boolean value that specifies whether the global permission is denied in the security template. | |
WSEC_FEA_ACT_UID | Gets or sets the GUID of the active feature that is managed by web security. | |
WSEC_TMPL_UID | Gets or sets the GUID of the web security template. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top