[Missing <summary> documentation for "P:NHibernate.Type.AnyType.PropertyNames"]

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string[] PropertyNames { get; }
Visual Basic
Public ReadOnly Property PropertyNames As String()
	Get
Visual C++
public:
virtual property array<String^>^ PropertyNames {
	array<String^>^ get () sealed;
}

Implements

IAbstractComponentType..::..PropertyNames

See Also