| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Function IsStationNameNull() As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public bool IsStationNameNull() | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: bool IsStationNameNull(); | |
Return Value
True if the specified value is null; otherwise it is false.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code