RemoteProcess.FileName Property
Gets the file name.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public ReadOnly Property FileName As String
'Usage
Dim instance As RemoteProcess
Dim value As String
value = instance.FileName
public string FileName { get; }
public:
property String^ FileName {
String^ get ();
}
public function get FileName () : String
Property Value
Type: System.String
The filename of the current remote process.
Remarks
You cannot set this property. This property is set automatically after Start is called.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.