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!

TypeBuilder.PackingSize

Retrieves the packing size of this type.

[Visual Basic]
Public ReadOnly Property PackingSize As PackingSize
[C#]
public PackingSize PackingSize {get;}
[C++]
public: __property PackingSize get_PackingSize();
[JScript]
public function get PackingSize() : PackingSize;

Property Value

Read-only. Retrieves the packing size of this type.

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace