PSSnapInInstaller.Vendor 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.
public:
abstract property System::String ^ Vendor { System::String ^ get(); };
public:
abstract property Platform::String ^ Vendor { Platform::String ^ get(); };
public abstract string Vendor { get; }
member this.Vendor : string
Public MustOverride ReadOnly Property Vendor As String