| Visual Basic (Declaration) | |
|---|---|
<NotifyParentPropertyAttribute(True)> <DescriptionAttribute("A unique Cube indentifier. Used for creating a unique temporary directory to store the Cube session data in.")> <FilterableAttribute(False)> Public Overridable Property CubeGuid As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TRadarCube Dim value As String instance.CubeGuid = value value = instance.CubeGuid | |
| C# | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DescriptionAttribute("A unique Cube indentifier. Used for creating a unique temporary directory to store the Cube session data in.")] [FilterableAttribute(false)] public virtual string CubeGuid {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DescriptionAttribute("A unique Cube indentifier. Used for creating a unique temporary directory to store the Cube session data in.")] [FilterableAttribute(false)] public: __property virtual string* get_CubeGuid(); public: __property virtual void set_CubeGuid( string* value ); | |
| C++/CLI | |
|---|---|
[NotifyParentPropertyAttribute(true)] [DescriptionAttribute("A unique Cube indentifier. Used for creating a unique temporary directory to store the Cube session data in.")] [FilterableAttribute(false)] public: virtual property String^ CubeGuid { String^ get(); void set ( String^ value); } | |
Must have a valid string representation of Guid like "27352103-cda9-4a27-b8e5-a279767eb2f0".
The value of this property is used as a name of the sub-directory for Cube & Grid temporary data. This sub-directory is created in the "~/Temp/" folder of your web-application
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family