Heureka API .NET Documentation
AssignmentType Property (LandUseConfiguration)



Syntax
'Declaration
 
Public Property AssignmentType As LandUseAssignmentType
'Usage
 
Dim instance As LandUseConfiguration
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

LandUseConfiguration Class
LandUseConfiguration Members

Send Feedback