ProgIdAttribute.Value-Eigenschaft
Veröffentlicht: Oktober 2016
Ruft die ProgID der Klasse.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
public string Value { get; }
public:
property String^ Value {
String^ get();
}
member Value : string with get
Public ReadOnly Property Value As String
Eigenschaftswert
Type: System.String
Die ProgID der Klasse.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
ProgIdAttribute-Klasse
System.Runtime.InteropServices-Namespace
Zurück zum Anfang