SubjectId Property

Summary
Gets or sets the subject Id.
Syntax
C#
VB
C++
[ColumnAttribute(DbType="UniqueIdentifier NOT NULL", Storage="_SubjectId")] 
public Guid SubjectId { get; set; } 
<ColumnAttribute(DbType:="UniqueIdentifier NOT NULL", Storage:="_SubjectId")>  _ 
Public Overridable Property SubjectId() As System.Guid 
 Get 
 Set 
public: [ColumnAttribute(DbType=L"UniqueIdentifier NOT NULL", Storage=L"_SubjectId")] 
virtual property System.Guid^  SubjectId 
{ 
 System.Guid^  get() 
 System::Void set(System.Guid^  value) 
} 

Property Value

A unique Id string value.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.