CubeFieldSettingDataSet.ProjectDimensionRow.PROP_UID property
Represents the unique identifier of the specified property.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROP_UID As Guid
Get
Set
'Usage
Dim instance As CubeFieldSettingDataSet.ProjectDimensionRow
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.ProjectDimensionRow class