CBSRequestMessage.ASDatabaseDescription property
Reserved for internal use.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.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