GetAttribute
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public string GetAttribute( string name ) |
| Visual Basic |
|---|
Public Function GetAttribute ( _ name As String _ ) As String |
| Visual C++ |
|---|
public: String^ GetAttribute( String^ name ) |
Parameters
- name
- Type: System..::..String