SecurityTemplatesDataSet.SecurityTemplatesRow.WSEC_TMPL_NAME Property
Specifies the name of the web security template.
Namespace: WebSvcSecurity
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property WSEC_TMPL_NAME As String
Get
Set
'Usage
Dim instance As SecurityTemplatesDataSet.SecurityTemplatesRow
Dim value As String
value = instance.WSEC_TMPL_NAME
instance.WSEC_TMPL_NAME = value
public string WSEC_TMPL_NAME { get; set; }
Property Value
Type: System.String
See Also
Reference
SecurityTemplatesDataSet.SecurityTemplatesRow Class