NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AssemblyName.Flags

This read/write property returns and sets the attributes of the assembly.

[Visual Basic]
Overridable Public Property Flags As AssemblyNameFlags
[C#]
public AssemblyNameFlags Flags {virtual get; virtual set;}
[C++]
public: __property virtual AssemblyNameFlags get_Flags();
public: __property virtual void set_Flags(AssemblyNameFlags);
[JScript]
public function get Flags() : AssemblyNameFlags;
public function set Flags(AssemblyNameFlags);

Property Value

Read/write. Returns and sets the attributes of the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace