Share via


CubeFieldSettingDataSet.AssignmentDimensionRow.PROP_UID Property

Gets or sets the GUID 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_UID As Guid
    Get
    Set
'Usage
Dim instance As CubeFieldSettingDataSet.AssignmentDimensionRow
Dim value As Guid

value = instance.PROP_UID

instance.PROP_UID = value
public Guid PROP_UID { get; set; }

Property Value

Type: System.Guid

See Also

Reference

CubeFieldSettingDataSet.AssignmentDimensionRow Class

CubeFieldSettingDataSet.AssignmentDimensionRow Members

CubeAdmin Web Service