Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public string SubjectKey { get; private set; }
Visual Basic
Public Property SubjectKey As String
	Get
	Private Set
Visual C++
public:
property String^ SubjectKey {
	String^ get ();
	private: void set (String^ value);
}

See Also