Gets or sets the subject Id.
[ColumnAttribute(Storage="_SubjectId", DbType="UniqueIdentifier NOT NULL")]
public Guid SubjectId {get; set;}
'Declaration
<ColumnAttribute(Storage="_SubjectId", DbType="UniqueIdentifier NOT NULL")>
Public Property SubjectId As Guid
'Usage
Dim instance As CCOWSubjectItems
Dim value As Guid
instance.SubjectId = value
value = instance.SubjectId
[ColumnAttribute(Storage="_SubjectId", DbType="UniqueIdentifier NOT NULL")]
public:
property Guid SubjectId {
Guid get();
void set ( Guid value);
}
Property Value
A unique Id string value.