Visual Basic (Declaration) | |
---|---|
<DisplayNameAttribute("Implementation Class")> Public Property ImplementationClass As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ServerSettings Dim value As String instance.ImplementationClass = value value = instance.ImplementationClass |
C# | |
---|---|
[DisplayNameAttribute("Implementation Class")] public string ImplementationClass {get; set;} |
C++/CLI | |
---|---|
[DisplayNameAttribute("Implementation Class")] public: property String^ ImplementationClass { String^ get(); void set ( String^ value); } |
Property Value
The Implementation Class UID .Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7