 | PathBlockingEntryModelSourceAddress Property |
Gets or sets the source address corresponding to the connection having blocked paths.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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