| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Public Property ClientHostAddress As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomEventLogDataSet.DICOMServerEventLogRow Dim value As String instance.ClientHostAddress = value value = instance.ClientHostAddress | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public string ClientHostAddress {get; set;} | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: property String^ ClientHostAddress { String^ get(); void set ( String^ value); } | |
Property Value
A value that represents the Client Host Address.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code