MetadataSupport.GetViewField(String, String) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
 static Microsoft::Dynamics::AX::Metadata::MetaModel::AxViewField ^ GetViewField(System::String ^ viewName, System::String ^ fieldName);
	public static Microsoft.Dynamics.AX.Metadata.MetaModel.AxViewField GetViewField(string viewName, string fieldName);
	static member GetViewField : string * string -> Microsoft.Dynamics.AX.Metadata.MetaModel.AxViewField
	Public Shared Function GetViewField (viewName As String, fieldName As String) As AxViewField
	Parameters
- viewName
 - String
 
- fieldName
 - String
 
Returns
		Microsoft.Dynamics.AX.Metadata.MetaModel.AxViewField