Heureka API .NET Documentation
AssignmentType Property (LandUseConfigurationDialog)



Gets the currently selected assignment type
Syntax
'Declaration
 
Public Property AssignmentType As LandUseAssignmentType
'Usage
 
Dim instance As LandUseConfigurationDialog
Dim value As LandUseAssignmentType
 
instance.AssignmentType = value
 
value = instance.AssignmentType
public LandUseAssignmentType AssignmentType {get; set;}
public:
property LandUseAssignmentType AssignmentType {
   LandUseAssignmentType get();
   void set (    LandUseAssignmentType value);
}
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

LandUseConfigurationDialog Class
LandUseConfigurationDialog Members

Send Feedback