SecurityTemplatesDataSet.SecurityTemplatesRow.WSEC_TMPL_DESC property
Specifies the description of the Web security template.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WSEC_TMPL_DESC As String
Get
Set
'Usage
Dim instance As SecurityTemplatesDataSet.SecurityTemplatesRow
Dim value As String
value = instance.WSEC_TMPL_DESC
instance.WSEC_TMPL_DESC = value
public string WSEC_TMPL_DESC { get; set; }
Property value
Type: System.String
See also
Reference
SecurityTemplatesDataSet.SecurityTemplatesRow class