ControlledApplication.SharedParametersFilename Property

ControlledApplicationSharedParametersFilename Property


Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string SharedParametersFilename { get; set; }
Public Property SharedParametersFilename As String
	Get
	Set
public:
property String^ SharedParametersFilename {
	String^ get ();
	void set (String^ value);
}
member SharedParametersFilename : string with get, set

Property Value

String
See Also