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

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

Syntax

C#
IDictionary<string, string> GetMetadataFieldAttributes(
	string fieldname
)
Visual Basic
Function GetMetadataFieldAttributes ( 
	fieldname As String
) As IDictionary(Of String, String)
Visual C++
IDictionary<String^, String^>^ GetMetadataFieldAttributes(
	String^ fieldname
)

Parameters

fieldname
Type: System..::..String

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

Return Value

Type: IDictionary<(Of <(<'String, String>)>)>

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

See Also