共用方式為


ScheduleDataSet.ScheduleRow.PrimaryID Property

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property PrimaryID As Guid
    Get
    Set
'Usage
Dim instance As ScheduleDataSet.ScheduleRow
Dim value As Guid

value = instance.PrimaryID

instance.PrimaryID = value
public Guid PrimaryID { get; set; }

Property Value

Type: System.Guid

See Also

Reference

ScheduleDataSet.ScheduleRow Class

ScheduleDataSet.ScheduleRow Members

WebSvcStatusing Namespace