GH_AssemblyInfo.AuthorContact Property

GH_AssemblyInfoAuthorContact Property

Gets the contact information for the author. This can be email, phone, fax, address or all of the above. Return null if you do not wish to associate contact details with this assembly.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual string AuthorContact { get; }
Public Overridable ReadOnly Property AuthorContact As String
	Get

Property Value

Type: String

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_AssemblyInfo.AuthorContact"]

See Also