Guid? ProcessInstanceID { get; set; }
Property ProcessInstanceID As Guid?
Get
Set
property Nullable<Guid> ProcessInstanceID {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
abstract ProcessInstanceID : Nullable<Guid> with get, set