Skip to content

727a3d4e 3e27 32e4 8a86 c2a565dba8f3

Fernando Garcia edited this page May 8, 2018 · 1 revision

ExportsModel.GetXmlEnumAttributeFromItem Method

Additional header content

Gets a string containing the attribute value an element XmlEnumAttribute.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static string GetXmlEnumAttributeFromItem(
	Enum item
)

VB

Public Shared Function GetXmlEnumAttributeFromItem ( 
	item As Enum
) As String

Parameters

 

item
Type: System.Enum
Element containing the attribute.

Return Value

Type: String
The attribute value of the element.

Remarks

[Missing documentation for "M:iTin.Export.Model.ExportsModel.GetXmlEnumAttributeFromItem(System.Enum)"]

See Also

Reference

ExportsModel Class
iTin.Export.Model Namespace

Clone this wiki locally