ConstantDescription.DefaultData Property

Language:

Retrieves or sets a reference to the default value for the constant.

Definition

Visual Basic Public Property DefaultData As GraphicsStream
C# public GraphicsStream DefaultData { get; set; }
C++ public:
property GraphicsStream^ DefaultData {
        GraphicsStream^ get();
        void set(GraphicsStreamvalue);
}
JScript public function get DefaultData() : GraphicsStream
public function set DefaultData(GraphicsStream);

Property Value

Microsoft.DirectX.GraphicsStream
A GraphicsStream object that contains the default value for the constant.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center