GetDynamicValueProperty<T>::PropertyName Property

 

Gets or sets the name and path of the property to retrieve.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

public:
[DefaultValueAttribute(null)]
property InArgument<String^>^ PropertyName {
	[CompilerGeneratedAttribute]
	InArgument<String^>^ get();
	[CompilerGeneratedAttribute]
	void set(InArgument<String^>^ value);
}

Property Value

Type: System.Activities::InArgument<String^>^

Return the property name.

Return to top
Show: