AddToDate.Months プロパティ

月の値を取得または設定します。

名前空間:  Microsoft.Activities.Expressions
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll)

構文

'宣言
<OverloadGroupAttribute("TimeSpanFragments")> _
Public Property Months As InArgument(Of Integer)
    Get 
    Set
'使用
Dim instance As AddToDate 
Dim value As InArgument(Of Integer)

value = instance.Months

instance.Months = value
[OverloadGroupAttribute("TimeSpanFragments")]
public InArgument<int> Months { get; set; }
[OverloadGroupAttribute(L"TimeSpanFragments")]
public:
property InArgument<int>^ Months {
    InArgument<int>^ get ();
    void set (InArgument<int>^ value);
}
[<OverloadGroupAttribute("TimeSpanFragments")>]
member Months : InArgument<int> with get, set
function get Months () : InArgument<int>
function set Months (value : InArgument<int>)

プロパティ値

型: System.Activities.InArgument<Int32>
月の値を返します。

関連項目

参照

AddToDate クラス

Microsoft.Activities.Expressions 名前空間