CubeCalculatedMemberDataSet.CalculatedMembersRow.UID property
Specifies the unique identifier of the row.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property UID As Guid
Get
Set
'Usage
Dim instance As CubeCalculatedMemberDataSet.CalculatedMembersRow
Dim value As Guid
value = instance.UID
instance.UID = value
public Guid UID { get; set; }
Property value
Type: System.Guid
See also
Reference
CubeCalculatedMemberDataSet.CalculatedMembersRow class