Share via


CubeFieldSettingDataSet.AssignmentDimensionRow.PROP_UID property

Gets or sets the GUID of the custom field that is associated with the data cube.

Namespace:  WebSvcCubeAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcCubeAdmin namespace