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