IdentityReference Constructor(FQName,IdentityType)
See Also 
SourceCode.Hosting.Server.Interfaces Namespace > IdentityReference Class > IdentityReference Constructor : IdentityReference Constructor(FQName,IdentityType)



fqn
type

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal fqn As FQName, _
   ByVal type As IdentityType _
)
Visual Basic (Usage) Copy Code
Dim fqn As FQName
Dim type As IdentityType
 
Dim instance As New IdentityReference(fqn, type)
C#  
public IdentityReference( 
   FQName fqn,
   IdentityType type
)
C++/CLI  
public:
IdentityReference( 
   FQName^ fqn,
   IdentityType type
)

Parameters

fqn
type

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