FieldDescription.ParameterAssemblyFullName Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the full name of the assembly containing the type identified by ParameterTypeFullName or ParameterTypeName.
public:
 property System::String ^ ParameterAssemblyFullName { System::String ^ get(); };public:
 property Platform::String ^ ParameterAssemblyFullName { Platform::String ^ get(); };public string ParameterAssemblyFullName { get; }member this.ParameterAssemblyFullName : stringPublic ReadOnly Property ParameterAssemblyFullName As StringProperty Value
Remarks
If the assembly is not currently loaded in the hosting application's AppDomain, the hosting application needs to load the containing assembly to access the type information. AssemblyName is used for this purpose.
If not already set by a call to SetParameterType(Type), String will be used as the type.