CBSRequestMessage.ASDatabaseDescription Property
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property ASDatabaseDescription As String
Get
Set
'Usage
Dim instance As CBSRequestMessage
Dim value As String
value = instance.ASDatabaseDescription
instance.ASDatabaseDescription = value
public string ASDatabaseDescription { get; set; }
Property Value
Type: System.String