SIFWorks ADK 2.0
KeyFields Property
NamespacesEdustructures.SifWorks.InstrComponentKeyFields

[This is preliminary documentation and is subject to change.]

Gets the metadata fields that make up the key of this object
Declaration Syntax
C#Visual BasicVisual C++
public IElementDef[] KeyFields{ get;}
Public ReadOnly Property KeyFields As IElementDef()
public:
property array<IElementDef^>^ KeyFields {
	array<IElementDef^>^ get ();
}
Return Value
an array of metadata fields that make up the object's key
Remarks
This property returns an array composed of the following constants:
CopyC#
InstrDTD.COMPONENT_NAME
,
CopyC#
InstrDTD.COMPONENT_REFERENCE

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10