DevForce Help Reference
FullTypeName Property


The assembly qualified type name in the format 'MyNamespace.Service, MyAssembly'.
Syntax
'Declaration
 
Public Property FullTypeName As String
'Usage
 
Dim instance As InvokeServerMethodArgs
Dim value As String
 
instance.FullTypeName = value
 
value = instance.FullTypeName
public string FullTypeName {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InvokeServerMethodArgs Class
InvokeServerMethodArgs Members

Send Feedback