VCFilter.Name Property

Definition

Gets or sets the name of the filter.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Name { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2342)]
public string Name { [System.Runtime.InteropServices.DispId(2342)] get; [System.Runtime.InteropServices.DispId(2342)] set; }
[<System.Runtime.InteropServices.DispId(2342)>]
[<get: System.Runtime.InteropServices.DispId(2342)>]
[<set: System.Runtime.InteropServices.DispId(2342)>]
member this.Name : string with get, set
Public Property Name As String

Property Value

A string representing the name of the filter.

Attributes

Applies to