public Guid? AuthorTaskAssignedRoleRowID { get; set; }
Public Property AuthorTaskAssignedRoleRowID As Guid?
Get
Set
public:
property Nullable<Guid> AuthorTaskAssignedRoleRowID {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member AuthorTaskAssignedRoleRowID : Nullable<Guid> with get, set