MethodDefinition FullName Property
This property holds the full name, it must be unique across the entire Connector. Must not contain any non-alphanumeric characters other than the underscore.
Namespace: Scribe.Core.ConnectorApi.Metadata
Assembly: Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public string FullName { get; set; }
Property Value
Type: String
Implements
See