Guest User

Untitled

a guest
Jul 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [ContentProperty("Terms and Conditions", 100, EditorContainerName = "AccountDept")]
  2. [HtmlTextBoxEditorAttribute()]
  3. public string TermsAndConditions
  4. {
  5. get { return GetDetail("TermsAndConditions", string.Empty); }
  6. set { SetDetail("TermsAndConditions", value); }
  7. }
Add Comment
Please, Sign In to add comment