Propriedade ProgIdAttribute.Value
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Obtém a ProgID da classe.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public string Value { get; }
public:
property String^ Value {
String^ get();
}
member Value : string with get
Public ReadOnly Property Value As String
Valor da Propriedade
Type: System.String
O ProgID da classe.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Classe ProgIdAttribute
Namespace System.Runtime.InteropServices
Retornar ao início