CubeSettingsDataSet.CalculatedMembersRow.UID Property
Gets or sets the unique identifier of the CalculatedMembersRow.
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 CubeSettingsDataSet.CalculatedMembersRow
Dim value As Guid
value = instance.UID
instance.UID = value
public Guid UID { get; set; }
Property Value
Type: System.Guid
See Also
Reference
CubeSettingsDataSet.CalculatedMembersRow Class