In This Topic
The name or address of the target computer.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property Target As String
[CanBeNull()]
public string Target {get; set;}
[CanBeNull()]
public:
property String^ Target {
String^ get();
void set ( String^ value);
}
See Also