GigaSpaces XAP.NET Documentation
Type Property
Class LibraryGigaSpaces.Core.MetadataSpacePropertyDescriptorType
Gets or sets the property type.
Declaration Syntax
C#Visual BasicVisual C++J#
public Type Type { get; set; }
Public Property Type As Type
public:
virtual property Type^ Type {
	Type^ get () sealed;
	void set (Type^ value) sealed;
}
/** @property */
public final Type get_Type()
/** @property */
public final  void set_Type(Type value)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.0.2.6900 (9.0.2.6900)