Share via


ParseGuid.Value Property

 

Gets or sets the value to parse.

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

Syntax

[RequiredArgumentAttribute]
[DefaultValueAttribute(null)]
public InArgument<string> Value {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[RequiredArgumentAttribute]
[DefaultValueAttribute(null)]
property InArgument<String^>^ Value {
    [CompilerGeneratedAttribute]
    InArgument<String^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<String^>^ value);
}
[<RequiredArgumentAttribute>]
[<DefaultValueAttribute(null)>]
member Value : InArgument<string> with get, set
<RequiredArgumentAttribute>
<DefaultValueAttribute(Nothing)>
Public Property Value As InArgument(Of String)

Property Value

Type: System.Activities.InArgument<String>

Returns the value to parse.

See Also

ParseGuid Class
Microsoft.Activities.Expressions Namespace

Return to top