Subtypes Property

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Available sub types.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Object[] Subtypes { get; set; }
Public Property Subtypes As Object()
	Get
	Set
public:
property array<Object^>^ Subtypes {
	array<Object^>^ get ();
	void set (array<Object^>^ value);
}

See Also