CalculateAttributeConstraintsModel.TargetType Property
Public Property TargetType() As EntityType
This language is not supported or no code example is available.
public EntityType TargetType {get; set;}
This language is not supported or no code example is available.
public:
property EntityType TargetType {
EntityType get( );
void set(
EntityType value
);
}
This language is not supported or no code example is available.
public function get TargetType() : EntityType;
public function set TargetType(value : EntityType);
This language is not supported or no code example is available.