CCOWSubject Property

Summary

Gets or sets the CCOW subject table.

Syntax
C#
VB
C++
[AssociationAttribute(ThisKey="DependentSubjectId", OtherKey="Id", IsForeignKey=true, Name="FK_DependentSubject", Storage="_CCOWSubject")] 
public CCOWSubject CCOWSubject { get; set; } 
<AssociationAttribute(ThisKey:="DependentSubjectId", OtherKey:="Id", IsForeignKey:=true, Name:="FK_DependentSubject", Storage:="_CCOWSubject")>  _ 
Public Overridable Property CCOWSubject() As CCOWSubject 
 Get 
 Set 
public: [AssociationAttribute(ThisKey=L"DependentSubjectId", OtherKey=L"Id", IsForeignKey=true, Name=L"FK_DependentSubject", Storage=L"_CCOWSubject")] 
virtual property CCOWSubject^  CCOWSubject 
{ 
 CCOWSubject^  get() 
 System::Void set(CCOWSubject^  value) 
} 

Property Value

The CCOW subject table.

Requirements

Target Platforms

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

Leadtools.Ccow.Server Assembly