CubeFieldSettingDataSet.TaskMeasureRow.PROP_NAME Property
Gets or sets the name of the custom field that is associated with the data cube.
Namespace: [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl
Syntax
'Declaration
Public Property PROP_NAME As String
Get
Set
'Usage
Dim instance As CubeFieldSettingDataSet.TaskMeasureRow
Dim value As String
value = instance.PROP_NAME
instance.PROP_NAME = value
public string PROP_NAME { get; set; }
Property Value
Type: System.String
See Also
Reference
CubeFieldSettingDataSet.TaskMeasureRow Class