SecurityTemplatesDataSet.SecurityTemplatesRow.WSEC_TMPL_DESC Property
Specifies the description of the web security template.
Namespace: WebSvcSecurity
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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