CBSRequestMessage.cbsSettingUid property
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property cbsSettingUid As Guid
Get
Set
'Usage
Dim instance As CBSRequestMessage
Dim value As Guid
value = instance.cbsSettingUid
instance.cbsSettingUid = value
public Guid cbsSettingUid { get; set; }
Property value
Type: System.Guid