BitsFileTransferEventArgs.RemoteFileName Property
Gets the remote file name.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string RemoteFileName { get; private set; }
public:
property String^ RemoteFileName {
String^ get();
private: void set(String^ value);
}
Public Property RemoteFileName As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
BitsFileTransferEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top