BRItem.UserScriptName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the user defined script name.
public:
property System::String ^ UserScriptName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public string UserScriptName { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.UserScriptName : string with get, set
Public Property UserScriptName As String
Property Value
The user defined script name.
- Attributes