DisplayName Property

Vista Bridge Library

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

Gets or sets the display name for this filter.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public string DisplayName { get; set; }
Visual Basic (Declaration)
Public Property DisplayName As String
Visual C++
public:
property String^ DisplayName {
	String^ get ();
	void set (String^ value);
}

Permissions

PermissionDescription
System..::.ArgumentNullException The value for this property cannot be set to null or a zero-length string.

See Also