PlusCustomizationPath Property
Gets or sets Plus customization file path associated with this session.
Syntax
'Declaration
Property PlusCustomizationPath As String
'Usage
Dim instance As IView
Dim value As String
instance.PlusCustomizationPath = value
value = instance.PlusCustomizationPath
string PlusCustomizationPath {get; set;}
See Also