共用方式為


Source.CountryRegion Property

Country or Region.Represents the element tag in schema: b:CountryRegion

Namespace:  DocumentFormat.OpenXml.Bibliography
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property CountryRegion As CountryRegion
    Get
    Set
'Usage
Dim instance As Source
Dim value As CountryRegion

value = instance.CountryRegion

instance.CountryRegion = value
public CountryRegion CountryRegion { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Bibliography.CountryRegion
Returns CountryRegion.

See Also

Reference

Source Class

Source Members

DocumentFormat.OpenXml.Bibliography Namespace