Bamboo.Prevalence.Attributes.SubSystemAttribute.SubSystemAttribute C# (CSharp) Method

SubSystemAttribute() public method

public SubSystemAttribute ( string fieldName ) : System
fieldName string
return System
		public SubSystemAttribute(string fieldName)
		{
			_fieldName = fieldName;
		}
SubSystemAttribute