Share via


Effect.ResolveId Property

Definition

Gets the ID that is used to resolve this effect at runtime.

public:
 property System::String ^ ResolveId { System::String ^ get(); };
public string ResolveId { get; }
member this.ResolveId : string
Public ReadOnly Property ResolveId As String

Property Value

The ID that is used to resolve this effect at runtime.

Remarks

Developers must supply a name to This property returns the string that developers pass to

Applies to