CubeFieldSettingDataSet.ResourceDimensionRow.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.ResourceDimensionRow
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.ResourceDimensionRow class