CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_LOG_STATUS_TEXT property
Gets the text of the error message.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_CUBE_LOG_STATUS_TEXT As String
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As String
value = instance.WADMIN_CUBE_LOG_STATUS_TEXT
instance.WADMIN_CUBE_LOG_STATUS_TEXT = value
public string WADMIN_CUBE_LOG_STATUS_TEXT { get; set; }
Property value
Type: System.String
See also
Reference
CubeSettingsDataSet.CubeSettingsRow class