←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Server Assembly