CodeTypeReference::Options Property

 

Gets or sets the code type reference option.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
[ComVisibleAttribute(false)]
property CodeTypeReferenceOptions Options {
	CodeTypeReferenceOptions get();
	void set(CodeTypeReferenceOptions value);
}

Property Value

Type: System.CodeDom::CodeTypeReferenceOptions

A bitwise combination of the CodeTypeReferenceOptions values.

.NET Framework
Available since 2.0
Return to top
Show: