Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <ObfuscationAttribute(Exclude := False)> Public Shared copyrightOwner As String |
| C# |
|---|
| [ObfuscationAttribute(Exclude = False)] public static string copyrightOwner; |
| C++ |
|---|
| [ObfuscationAttribute(Exclude = False)] public: static String copyrightOwner; |
| J# |
|---|
| /** @attribute ObfuscationAttribute(Exclude = False) */ public static string copyrightOwner |
| JScript |
|---|
| public ObfuscationAttribute(Exclude = False) static copyrightOwner : String; |