[Missing <summary> documentation for "M:Caisis.BOL.IBusinessObject.GetMetadataFieldAttribute(System.String,System.String)"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
string GetMetadataFieldAttribute(
	string fieldname,
	string attributeName
)
Visual Basic
Function GetMetadataFieldAttribute ( 
	fieldname As String,
	attributeName As String
) As String
Visual C++
String^ GetMetadataFieldAttribute(
	String^ fieldname, 
	String^ attributeName
)

Parameters

fieldname
Type: System..::..String

[Missing <param name="fieldname"/> documentation for "M:Caisis.BOL.IBusinessObject.GetMetadataFieldAttribute(System.String,System.String)"]

attributeName
Type: System..::..String

[Missing <param name="attributeName"/> documentation for "M:Caisis.BOL.IBusinessObject.GetMetadataFieldAttribute(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Caisis.BOL.IBusinessObject.GetMetadataFieldAttribute(System.String,System.String)"]

See Also