References Property (ScriptLibrary)
In This Topic
List of assemblies referenced by the script.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property References As String
[CanBeNull()]
public string References {get; set;}
[CanBeNull()]
public:
property String^ References {
String^ get();
void set ( String^ value);
}
See Also