VeriStand .NET API Reference

Root.Creator Property

Gets or sets the user account name of the system definition file creator.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overridable Property Creator As String
C#
public virtual string Creator { get; set; }
Visual C++
public:
virtual property String^ Creator {
	String^ get ();
	void set (String^ value);
}

Property Value

The user account name of the file creator.

See Also

Log in to get a better experience