Gets or sets the owner display name.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string OwnerDisplayName { get; set; }
Visual Basic
Public Property OwnerDisplayName As String
	Get
	Set
Visual C++
public:
property String^ OwnerDisplayName {
	String^ get ();
	void set (String^ value);
}
F#
member OwnerDisplayName : string with get, set

Property Value

Type: String

See Also