| 
            
              VendorCreatedBy Property
             | 
          
        
        
            Created by field.
            
        
        Namespace: GSF.Web.Shared.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic:
[DefaultValueExpressionAttribute(L"UserInfo.CurrentUserID")]
[StringLengthAttribute(200)]
[RequiredAttribute]
property String^ CreatedBy {
	String^ get ();
	void set (String^ value);
}function get_CreatedBy();
function set_CreatedBy(value);
 View SourceProperty Value
String
See Also