RSS Documentation
FKs Property



Syntax
'Declaration
 
Public Property FKs As FKItemCollectoin
'Usage
 
Dim instance As DataRelationship
Dim value As FKItemCollectoin
 
instance.FKs = value
 
value = instance.FKs
public FKItemCollectoin FKs {get; set;}
public:
property FKItemCollectoin^ FKs {
   FKItemCollectoin^ get();
   void set (    FKItemCollectoin^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataRelationship Class
DataRelationship Members

Send Feedback