[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for P:Mogware.VisualStudio.ColladaNet.Skinning.ControllerInstance.Url]

Namespace:  Mogware.VisualStudio.ColladaNet.Skinning
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3213 (1.0.0.3213)

Syntax

C#
public string Url { get; set; }
Visual Basic (Declaration)
Public Property Url As String
Visual C++
public:
property String^ Url {
	String^ get ();
	void set (String^ value);
}

See Also