Share via


SecurityTemplatesDataSet.CategoryPermissionsRow.WSEC_TMPL_UID property

Gets or sets the web security template GUID.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WSEC_TMPL_UID As Guid
    Get
    Set
'Usage
Dim instance As SecurityTemplatesDataSet.CategoryPermissionsRow
Dim value As Guid

value = instance.WSEC_TMPL_UID

instance.WSEC_TMPL_UID = value
public Guid WSEC_TMPL_UID { get; set; }

Property value

Type: System.Guid

See also

Reference

SecurityTemplatesDataSet.CategoryPermissionsRow class

SecurityTemplatesDataSet.CategoryPermissionsRow members

WebSvcSecurity namespace