CubeCalculatedMemberDataSet.CalculatedMembersRow.UID Property
Specifies the unique identifier of the row.
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 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