|
ExportDestinationUserName Property
|
User name used to authenticate network connection if
ConnectToShare is true.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntaxpublic string UserName { get; set; }
Public Property UserName As String
Get
Set
member UserName : string with get, set
function get_UserName();
function set_UserName(value);
View SourceProperty Value
String
Remarks
This option is ignored under Mono deployments.
See Also