VCFilter.CanonicalName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the unique name used for this filter.
public:
property System::String ^ CanonicalName { System::String ^ get(); };
public:
property Platform::String ^ CanonicalName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2343)]
public string CanonicalName { [System.Runtime.InteropServices.DispId(2343)] get; }
[<System.Runtime.InteropServices.DispId(2343)>]
[<get: System.Runtime.InteropServices.DispId(2343)>]
member this.CanonicalName : string
Public ReadOnly Property CanonicalName As String
Property Value
A string representing the name of the filter.
- Attributes