Find account by name
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function FindByName( _ ByVal name As String _ ) As NumberBundleClass |
| C# |
|---|
| public NumberBundleClass FindByName( string name ) |
| C++ |
|---|
| public: NumberBundleClass FindByName( String name ) sealed |
| J# |
|---|
| public NumberBundleClass FindByName( string name ) |
| JScript |
|---|
| public
function FindByName( name : String ) : NumberBundleClass |
Parameters
- name
- name to find
Return Value
Object if found otherwise null