public Nullable<int> ContentTemplateId { get; set; }
Public Property ContentTemplateId As Nullable(Of Integer) Get Set
public: property Nullable<int^> ContentTemplateId { Nullable<int^> get (); void set (Nullable<int^> value); }