 | PathBlockingEntryModelSourceAddress Property |
Gets or sets the source address corresponding to the connection having blocked paths.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic string SourceAddress { get; set; }
Public Property SourceAddress As String
Get
Set
public:
property String^ SourceAddress {
String^ get ();
void set (String^ value);
}
member SourceAddress : string with get, set
Property Value
Type:
String
See Also