AnimationOutput.Name Property (Microsoft.DirectX.Direct3D)

Retrieves the name of the animation output.

Definition

Visual Basic Public ReadOnly Property Name As String
C# public string Name { get; }
C++ public:
property StringLeave Site^ Name {
        StringLeave Site^ get();
}
JScript public function get Name() : String

Property Value

System.String
A string that represents the name of the animation output.

This property is read-only.