Gets or sets the default automatic enroll product identifier.
Syntax
'Declaration
Public Overridable Property DefaultAutoEnrollProductID As Nullable(Of Integer)
'Usage
Dim instance As Product
Dim value As Nullable(Of Integer)
instance.DefaultAutoEnrollProductID = value
value = instance.DefaultAutoEnrollProductID
public virtual Nullable<int> DefaultAutoEnrollProductID {get; set;}
public read-write property DefaultAutoEnrollProductID: Nullable; virtual;
public function get,set DefaultAutoEnrollProductID : Nullable
public: __property virtual Nullable<int> get_DefaultAutoEnrollProductID();
public: __property virtual void set_DefaultAutoEnrollProductID(
Nullable<int> value
);
public:
virtual property Nullable<int> DefaultAutoEnrollProductID {
Nullable<int> get();
void set ( Nullable<int> value);
}
Property Value
The default automatic enroll product identifier.
See Also