StorageProjectName Property |
Defines the desired project name for the file to be stored in
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string ProjectName { get; set; }
Public Property ProjectName As String
Get
Set
Dim instance As Storage
Dim value As String
value = instance.ProjectName
instance.ProjectName = value
Property Value
StringIf blank, the project is selected by the local RelaxIS program
See Also