ArcFM Responder Mobile Developer Guide
IsLoginWorkspacePropertySet Method (MMLoginUtilsClass)






Syntax
'Declaration
 
Public Overridable Function IsLoginWorkspacePropertySet( _
   ByVal pConnectionProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) As System.Boolean
'Usage
 
Dim instance As MMLoginUtilsClass
Dim pConnectionProperties As ESRI.ArcGIS.esriSystem.IPropertySet
Dim value As System.Boolean
 
value = instance.IsLoginWorkspacePropertySet(pConnectionProperties)
public virtual System.bool IsLoginWorkspacePropertySet( 
   ESRI.ArcGIS.esriSystem.IPropertySet pConnectionProperties
)
public function IsLoginWorkspacePropertySet( 
    pConnectionProperties: ESRI.ArcGIS.esriSystem.IPropertySet
): System.Boolean; virtual; 
public function IsLoginWorkspacePropertySet( 
   pConnectionProperties : ESRI.ArcGIS.esriSystem.IPropertySet
) : System.boolean;
public: virtual System.bool IsLoginWorkspacePropertySet( 
   ESRI.ArcGIS.esriSystem.IPropertySet* pConnectionProperties
) 
public:
virtual System.bool IsLoginWorkspacePropertySet( 
   ESRI.ArcGIS.esriSystem.IPropertySet^ pConnectionProperties
) 

Parameters

pConnectionProperties
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

MMLoginUtilsClass Class
MMLoginUtilsClass Members

Send Feedback